* {
	padding: 0px;
	margin: 0px;
}

body,
html {
	width: 100%;
	font: 12px Microsoft Yahei, Arial, sans-serif;
	margin: 0px auto;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	max-width: 1920px;
	min-width: 1210px;
}

img {
	image-rendering: -moz-crisp-edges;
	/* Firefox */
	image-rendering: -o-crisp-edges;
	/* Opera */
	image-rendering: -webkit-optimize-contrast;
	/*Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	/* IE (non-standard property) */
}

a {
	text-decoration: none !important;
}

ol,
ul {
	margin: 0px;
}

ul li {
	list-style: none;
}

img {
	border: none;
}

p {
	margin: 0px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.ell {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.w1200 {
	width: 1200px;
	position: relative;
	margin: 0px auto;
}

.top {
	font-size: 16px;
	color: #494a4a;
	padding: 10px 0px;
	line-height: 32px;
}

.top>.left span {
	margin-right: 40px;
}

.top a {
	color: #494a4a;
}

.top>.right form {
	position: relative;
	margin-left: 100px;
}

.top>.right form input {
	width: 250px;
	height: 30px;
	background: #eeeeee;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	outline: none;
	text-indent: 1em;
}

.top>.right form button {
	position: absolute;
	width: 21px;
	height: 21px;
	background: url(../images/ss.png) no-repeat center center;
	top: 50%;
	margin-top: -8px;
	right: 5%;
	border: none;
}

.banner {
	height: 345px;
	background: url(../images/banner01.jpg) no-repeat center center;
	position: relative;
}

.banner img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -269px;
	margin-top: -61px;
}

.nav {
	background: #0f77cd;
}

.nav ul li {
	float: left;
	font-size: 21px;
	color: white;
	padding: 21px 30px;
}

.nav ul li a {
	color: white;
}

.nav ul li:hover {
	background: #065ba1;
}

.footer {
	background: #0f77cd;
	font-size: 16px;
	color: white;
	text-align: center;
	padding: 15px 0px;
	line-height: 38px;
	margin-top: 66px;
}

.footer p:first-child {
	font-weight: bold;
}

.footer a {
	color: white;
}

.ewm {
	position: fixed;
	right: 3%;
	top: 40%;
	text-align: center;
	font-size: 16px;
	padding: 20px;
	background: #eeeeee;
}